projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ace9a5
)
(LIBS_SYSTEM): Two new definitions (and #undef first).
author
Richard M. Stallman
<rms@gnu.org>
Thu, 13 Jun 1996 16:41:20 +0000
(16:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 13 Jun 1996 16:41:20 +0000
(16:41 +0000)
src/s/hpux10.h
patch
|
blob
|
history
diff --git
a/src/s/hpux10.h
b/src/s/hpux10.h
index 28ef91e58243837ae7e680329f149e03ec7236f1..b0d4ff6abeb2dec48ef84b769cb9e6f252e47cef 100644
(file)
--- a/
src/s/hpux10.h
+++ b/
src/s/hpux10.h
@@
-10,3
+10,12
@@
#undef HAVE_RANDOM
#define HPUX10
#define FORCE_ALLOCA_H
+
+#ifdef LIBS_SYSTEM
+#undef LIBS_SYSTEM
+#endif
+#ifdef HPUX_NET
+#define LIBS_SYSTEM -ln -l:libdld.sl
+#else
+#define LIBS_SYSTEM -l:libdld.sl
+#endif